SELECT year(cout),month(cout),count(*) FROM spl2.inraw where (title like '%One Piece%' and itemtype='acbk') and (year(cout)>='2011' and year(cout)<'2014') and deweyClass = '741.5952' group by year(cout),month(cout) limit 0,1000000
2011,1,437
2011,2,439
2011,3,387
2011,4,437
2011,5,392
2011,6,301
2011,7,278
2011,8,226
2011,9,143
2011,10,159
2011,11,143
2011,12,148
2012,1,150
2012,2,119
2012,3,226
2012,4,257
2012,5,218
2012,6,256
2012,7,230
2012,8,166
2012,9,164
2012,10,253
2012,11,232
2012,12,144
2013,1,140
2013,2,118
2013,3,191
2013,4,283
2013,5,236
2013,6,225
2013,7,262
2013,8,215
2013,9,210
2013,10,188
2013,11,134
2013,12,97
